home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / snz128s / doc / snews.rc < prev    next >
Text File  |  1994-06-18  |  8KB  |  269 lines

  1. #  THIS IS AN EXAMPLE CONFIGURATION FILE AND IT MUST BE EDITED BEFORE
  2. #                  USING IT FOR YOUR OWN SYSTEM !!!
  3. #
  4. # Configuration parameters for SNEWS for KA9Q.  Amend this to suit your
  5. # own setup.  The fields surrounded by angle brackets (<>) are
  6. # placeholders - you must fill in the correct details (*without* angle
  7. # brackets).  This file should live in the news base directory as
  8. # defined by the SNEWS environment variable.
  9. #
  10. # There are a condiderable number of comments (lines preceeded by '#')
  11. # in this file. They are not needed by Snews and provided as a means
  12. # of documenting this sample file. If they are removed it will speed up
  13. # the loading of Snews (slightly).
  14. #
  15. # newsserver
  16. # The fully qualified domain name of your news server.
  17. #
  18. newsserver=news.demon.co.uk
  19. #
  20. # nodename
  21. # The name of your host.
  22. #
  23. nodename=<myNode>
  24. #
  25. # newsdir
  26. # The full path to the directory where incoming articles are
  27. # spooled.
  28. #
  29. newsdir=<c:\nos\spool\articles>
  30. #
  31. # domain
  32. # The name of the domain of which your host is part.
  33. #
  34. domain=demon.co.uk
  35. #
  36. # tempdir
  37. # The full path of your temporary directory.
  38. #
  39. tempdir=<c:\tmp\>
  40. #
  41. # userid
  42. # Your user name.
  43. #
  44. userid=<myName>
  45. #
  46. # signature
  47. # The name of your signature file.
  48. #
  49. signature=<myName.sig>
  50. #
  51. # name
  52. # Your full name.
  53. #
  54. name=<myName F. Bloggs>
  55. #
  56. # organization
  57. # Your organization's name.
  58. #
  59. organization=<myOrganisation>
  60. #
  61. # editor
  62. # The path to your editor program (plus any flags required).  Put "%s"
  63. # where the name of the file to be edited should go.
  64. # NB: the single quotes are required by MKS ksh.  They may not be
  65. # required by other shells.
  66. #
  67. # For example Brief ...
  68. #editor=b %s
  69. # or using TED ...
  70. #editor=ted %s
  71. editor=<yourEditor>
  72. #
  73. # editline
  74. # The parameters that need are passed to the editor to place the cursor
  75. # at a specified line. Put "%d in the string at the point where the actual
  76. # line number should appear. Omit this item if your editor does not support
  77. # such a command.
  78. #
  79. # For example using Brief ...
  80. #editline=-m"goto_line %d"
  81. editline=
  82. # Ted does not support this option.
  83. #
  84. # home
  85. # The full path of your home directory (used to find your signature file).
  86. # (Note: if your home is the root directory on a drive, DO NOT add the
  87. #  trailing slash, i.e., use c: rather than c:\).
  88. home=<c:\nos>
  89. #
  90. # mailqueue
  91. # The full path of the ka9q outbound mail spool directory.
  92. #
  93. mailqueue=<c:\nos\spool\mqueue>
  94. #
  95. # quotemark
  96. # The line prefix for quoting included articles
  97. #  If the '_' (underscore character) is placed in this item, it is 
  98. #  converted to a space when quoting.
  99. #
  100. quotemark=>_
  101. #
  102. # biosvideo
  103. # biosvideo=1 to force video access via the Bios Int10 (slow but reliable)
  104. #
  105. biosvideo=0
  106. #
  107. # colour
  108. # Colour Settings for Snews 1.9 (DIS 1.18) or later
  109. colour helpf yellow+
  110. colour helpb black
  111. colour textf white
  112. colour textb black
  113. colour headf blue
  114. colour headb white
  115. colour msgf red
  116. colour msgb cyan
  117. #
  118. # replyto
  119. # The mail address for replies mailed in answer to a posting
  120. #
  121. replyto=<myName@myNode.demon.co.uk>
  122. #
  123. # The name of the pseudo user that will receive the news posting log.
  124. # Leave blank or set to none for no local copy.
  125. #
  126. # The default for this item is "newspost" if no mailuser line is found
  127. # in snews.rc
  128. #
  129. # If you leave this item blank, or set it to the word 'none' no copies
  130. # of outgoing news posts are kept.
  131. #mailuser=
  132. #mailuser=none
  133. #
  134. # I keep my outgoing posts in a mail user ID of 'postlog'.
  135. mailuser=postlog
  136. #
  137. # The name of the pseudo user that will receive a copy of all outgoing mail.
  138. # Leave blank or set to none for no local copy.
  139. #
  140. # The default for this item is "outmail" if no mailuser line is found
  141. # in snews.rc
  142. #
  143. # If you leave this item blank, or set it to the word 'none' no copies
  144. # of outgoing mail items are kept.
  145. #maillog=
  146. #maillog=none
  147. maillog=
  148. #
  149. # I keep my outgoing posts in a mail user ID of 'outmail'.
  150. maillog=outmail
  151. #
  152. # The name of the pseudo user that will receive news extracts.
  153. # If not specified, this item defaults to 'snewsex'
  154. #
  155. extracts=extracts
  156. #
  157. # Post
  158. # The option to add news generated locally to your newsbase without
  159. # waiting for them to sent back from demon. If there is no 'post='
  160. # item in this file, no local copy is generated.
  161. #
  162. # Local copies when enabled also update the history files to prevent the
  163. # article being fetched from Demon at a later time.
  164. #
  165. # This option can be extended by adding /read to indicate that all
  166. # locally posted articles are to be marked as read immediately on posting
  167. #
  168. # i.e. post=local      - post articles locally but mark them unread.
  169. #      post=local/read - post articles locally and mark as read.
  170. #
  171. #post=local/read
  172. #post=local
  173. post=
  174. #
  175. # newsid
  176. # The name of the pseudo user to whom mail is sent for posting in the
  177. # newsgroups. This item defaults to mail2news and is only provided for
  178. # insurance against possible future changes.
  179. #
  180. newsid=mail2news
  181. #
  182. # exitconfirm
  183. # If this item is set to 1, Snews will prompt before exiting to DOS.
  184. #
  185. # e.g.
  186. # exitconfirm=1   - to prompt
  187. # exitconfirm=0   - to not prompt (default if not set otherwise)
  188. #
  189. # expert mode
  190. # If this item is set to 1, it changes the behaviour of Snews as follows:
  191. #   No confirmation prompts are asked to queries for marking articles
  192. #   as read or unread.
  193. #   Outgoing articles and Mail are presented to the editor complete with
  194. #   header and footer information. Anything can be edited before sending.
  195. #
  196. # If expert is ommitted from this file, or set to 0, behaviour is similar
  197. # to previous versions of Snews.
  198. #
  199. # expert=1        - to use expert mode
  200. # expert=0        - to use standard mode (default if not set)
  201. #
  202. expert=0
  203. #
  204. # aliasfile
  205. #
  206. # The fully qualified file name of an alias file in PCElm format.
  207. # If present, mail names are checked against the contents of the
  208. # first item on each line of this file. If a match is found the
  209. # remainder of the line is substituted. Aliases are not expanded
  210. # recursively. At the present time, only names entered to a specific
  211. # prompt in Snews are checked for aliases. Names entered in the editor
  212. # are not checked on exit.
  213. #
  214. #aliasfile=c:\nos\pcelm\alias
  215. aliasfile=
  216. #
  217. #
  218. # tab
  219. #
  220. # The action to be taken by the TAB key when reading news.
  221. # If present and set to off, the action of the tab key will be
  222. # that of snews 1.21 and older. If not present, or set to on TAB
  223. # will have the function of allowing new articles to be read by
  224. # using only the TAB key.
  225. #
  226. tab=on
  227. #
  228. # headers
  229. #
  230. # The default value to determine if when quoting an article, header
  231. # lines from the quoted article are included when a quoted article is
  232. # included. To include the header lines in quoted articles, this item
  233. # should be set to on. 
  234. #
  235. # headers=on
  236. #
  237. # This item defaults to not quoting headers if it is not present in
  238. # this file.
  239. #
  240. headers=off
  241. #
  242. # matchlength
  243. #
  244. # This item determines how the subject threading is handled. By default
  245. # if a subject is less that 15 characters, the full subject lines must
  246. # match for both articles to be considered to be the same thread.
  247. # If the subjects are both longer that 15 characters, then the match
  248. # is only performed for the shorter of the two subjects.
  249. #
  250. # matchlength allows this default of 15 to be changed.
  251. #
  252. # Special cases:
  253. #     128 - both subjects must be an exact match.
  254. #      -1 - Subjects will never match.
  255. #
  256. matchlength=15
  257. #
  258. # footers
  259. # The value to specify what action to take with the "-- " separator.
  260. # If set to on (the default) the signature will be separated from
  261. # the body of a message with the "-- " line. Also quoted article
  262. # will not include signatures from the original if they are marked
  263. # with a separator.
  264. #
  265. footers=on
  266. #
  267.  
  268.  
  269.